home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 41.zip / BS1 part 41 / The Director v1.2.adf / addenda.notes < prev    next >
Text File  |  1989-01-02  |  2KB  |  53 lines

  1.  
  2.                   ADDENDA  for  version 1.2  6/10/88
  3.  
  4.      Greetings from the author of the Director.
  5.  
  6.      This file contains information that didn't make it's way
  7.      into the manual.  
  8.  
  9.   1. If you use the Director to load an overscan IFF image (one
  10.      that is larger than your WorkBench) and decide you want to
  11.      accept mouse input, you will find that the mouse will only
  12.      move over your overscan screen an area that corresponds to
  13.      the size of the original WorkBench.  For example, if your
  14.      WorkBench is a standard 640x200 screen, and you use the
  15.      Director to load a 364x220 overscan image and turn the mouse 
  16.      pointer on, you will find you can only move the mouse within
  17.      the boundaries of the smaller WorkBench. 
  18.  
  19.      If you find this undesirable, there are two ways you can correct 
  20.      this.  One, you can use the public domain program "morerows" to
  21.      create a workbench the same size as the overscan screen, or you 
  22.      can use the option "opt m" with either the Director or the 
  23.      Projector to compensate.  Be advised however, that in version 1.2
  24.      of Intuition, the mechanism we are using to compensate the mouse
  25.      boundaries is unauthorized by Commodore, and may not work or may
  26.      cause unknown side effects once later versions of Intuition are 
  27.      released.  In other words, use this option at your own risk.
  28.  
  29.      In addition, the options only operate when you are running the
  30.      Director or Projector from the CLI.
  31.  
  32.   2. The examples on pages 4-17 and 4-19 each have the same couple of
  33.      errors in them.  The BUFF parameter to the FADE commands should
  34.      be replaced with a -1, that is:  FADE 1,-1,0 and FADE 0,-1,0.
  35.      -1 signals to use the current screen palette for fading, instead
  36.      of the palette for the buffer number contained in BUFF.  In fact,
  37.      generally the FADE command should always have a -1 for the second
  38.      parameter, as it is rarely useful to fade with anything but the
  39.      screen's palette.
  40.  
  41.      The other error in these two examples is that there should be
  42.      a SETBLACK 0 following the DISPLAY command on line 20.  That is:
  43.  
  44.          20    DISPLAY BUFF
  45.                SETBLACK 0
  46.                BUFF = 3-BUFF
  47.  
  48.    Have Fun,
  49.  
  50.    Keith Doyle, 6/10/88
  51.  
  52.                Imported and spread out to the world by QUARTEX
  53.